home *** CD-ROM | disk | FTP | other *** search
- Path: gryphon.phoenix.net!usenet
- From: brucew@phoenix.net (Bruce Wedding)
- Newsgroups: comp.lang.c
- Subject: Re: Help on Dynamically Allocating an Array?
- Date: Wed, 10 Jan 1996 07:06:12 GMT
- Organization: BranPaul Systems
- Message-ID: <4cvm5n$9au@gryphon.phoenix.net>
- References: <4cq273$aeq@mercury.IntNet.net>
- NNTP-Posting-Host: dial65.phoenix.net
- X-Newsreader: Moe's Newsreader
-
- jtomich@IntNet.net (Jeff Tomich) wrote:
-
- >I'm confused on who to dynamically allocate an array of any type. Any
- >help would be much appreciated.
-
- char *p = malloc( numitems );
-
-
- Bruce D. Wedding Have Compiler, Will Travel!
- Perspicacious Programming Performed Promptly
- Katy, Texas, USA, Planet Earth, Milkyway Galaxy, Known Universe
-
-